QuickOPC User's Guide and Reference
DAPropertyValueDictionary Constructor(IDictionary<DAPropertyId,ValueResult>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyValueDictionary Class > DAPropertyValueDictionary Constructor : DAPropertyValueDictionary Constructor(IDictionary<DAPropertyId,ValueResult>)
The dictionary whose elements are copied to the new dictionary.
Initializes a new instance of the class that contains elements copied from the specified dictionary.
Syntax
'Declaration
 
Public Function New( _
   ByVal dictionary As IDictionary(Of DAPropertyId,ValueResult) _
)
'Usage
 
Dim dictionary As IDictionary(Of DAPropertyId,ValueResult)
 
Dim instance As New DAPropertyValueDictionary(dictionary)
public DAPropertyValueDictionary( 
   IDictionary<DAPropertyId,ValueResult> dictionary
)
public:
DAPropertyValueDictionary( 
   IDictionary<DAPropertyId^,ValueResult^>^ dictionary
)

Parameters

dictionary
The dictionary whose elements are copied to the new dictionary.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also